func runtime.spanOf
14 uses
runtime (current package)
arena.go#L158: span := spanOf(uintptr(v))
arena.go#L934: s := spanOf(p)
heapdump.go#L738: s := spanOf(p)
mbitmap.go#L425: s := spanOf(dst)
mbitmap.go#L512: s := spanOf(dst)
mbitmap.go#L1156: s := spanOf(p)
mbitmap.go#L1275: s = spanOf(p)
mbitmap.go#L1316: return spanOf(p) == nil && p != clobberdeadPtr
mgcmark.go#L1642: s := spanOf(obj)
mgcsweep.go#L825: s := spanOf(uintptr(unsafe.Pointer(s.largeType)))
mheap.go#L646: s := spanOf(b)
mheap.go#L669: func spanOf(p uintptr) *mspan {
mheap.go#L716: s := spanOf(p)
signal_unix.go#L409: s := spanOf(sp)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |